home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 7099 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  63 lines

  1. Newsgroups: aus.computers.amiga,comp.sys.amiga.applications,comp.sys.amiga.graphics,comp.sys.amiga.hardware
  2. Path: news.gil.com.au!mgooch
  3. From: mgooch@gil.com.au
  4. Subject: Installation GVP Spectrum
  5. Message-ID: <Do8r67.FHz@gil.com.au>
  6. Date: Thu, 14 Mar 1996 04:58:55 GMT
  7. Organization: Global Infolinks Internet Server, Ipswich Qld Australia
  8. X-Newsreader: TIN [version 1.2 PL2]
  9.  
  10. [ Article crossposted from comp.sys.amiga.applications ]
  11. [ Author was mgooch@gil.com.au ]
  12. [ Posted on Thu, 14 Mar 1996 04:54:51 GMT ]
  13.  
  14. I am trying to install version 6.2/7.1 of the GVP Spectrum EGS Software 
  15. by VIONA Development. I am having trouble with the implementation of the 
  16. instructions - sparse as they are.
  17.  
  18. I have the EGSAmigaDriver Script in my WBSTARTUP Drawer -
  19.  
  20. --------------------------------------------------------------------
  21. ;$VER: EGSAmigaDriverScript (28.02.1994) by MVK !
  22. ;
  23. IF $EGSEXISTS EQ TRUE
  24.    EGS:c/EGSConfig LOAD egs:Driver/EGSAmigaDriver
  25. EndIF
  26. --------------------------------------------------------------------
  27.  
  28. I am desperately trying to find a home for the EGS monitor script. 
  29. According to the instructions:
  30.  
  31. "- Changes
  32.  
  33. 1) In the directory "Devs:Monitors" is now a monitor (script) file,
  34.    which initialised the EGS-System before the command
  35.    "C:IPREFS" is called in the "startup-sequence".
  36.    You can now install and deinstall the EGS-System during
  37.    moving this Monitor-File out/in the "devs:Monitors" drawer.
  38.  
  39.    The EGS-Monitors-File looks like this:
  40.  
  41.    ;
  42.    ; $VER: EGS-MonitorScript 1.2 (28.02.1994) by MvK
  43.    ;
  44.    IF NOT $EGSEXISTS EQ TRUE
  45.                      assign EGS: WB_3.x:EGS       ; Please check / change
  46.                      assign Libs: EGS:Libs ADD    ; the path !
  47.                      Stack 20000"
  48.  
  49. {BIG SNIP}
  50. --------------------------------------------------------------------
  51.  
  52. If this is done the system quite rightly throws a fit as the script is 
  53. not executable so why put it there ?
  54.  
  55. Best I can do is put it in WBStartup or run it in the Startup-sequence 
  56. proper - both are very messy and the bootscreen perpetually hangs.
  57.  
  58. Any advice would be appreciated
  59.  
  60. Kindest Regards, Mick Gooch.
  61. mgooch@iccu6.ipswich.gil.com.au
  62.  
  63.